home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / digests / tcp / 930248.txt < prev    next >
Internet Message Format  |  1994-06-04  |  16KB

  1. Date: Sat, 25 Sep 93 04:30:01 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V93 #248
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Sat, 25 Sep 93       Volume 93 : Issue  248
  11.  
  12. Today's Topics:
  13.                         backoff bugs (3 msgs)
  14.                       pmnos new version where ?
  15.                       PMNOS Version 1.1 (5 msgs)
  16.                                  RIP
  17.  
  18. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  19. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  20. Problems you can't solve otherwise to brian@ucsd.edu.
  21.  
  22. Archives of past issues of the TCP-Group Digest are available
  23. (by FTP only) from UCSD.Edu in directory "mailarchives".
  24.  
  25. We trust that readers are intelligent enough to realize that all text
  26. herein consists of personal comments and does not represent the official
  27. policies or positions of any party.  Your mileage may vary.  So there.
  28. ----------------------------------------------------------------------
  29.  
  30. Date: Fri, 24 Sep 1993 10:59:22 -0400 (EDT)
  31. From: MIKEBW@ids.net (Mike Bilow)
  32. Subject: backoff bugs
  33. To: andyw@aspen.cray.com, tcp-group@ucsd.edu
  34.  
  35. Yes, attaching time outs to the server sockets for non-activity was the
  36. original idea under discussion.  There would have to be some minor
  37. changes made to the TCP control block structure to hold the time of
  38. last activity, but that is comparatively minor.
  39.  
  40. As I said, I had some reservations about having NOS close down a TCP
  41. circuit to a server socket when a new TCP circuit is opened to the same
  42. socket from the same host.  However -- and I am not enough of a Unix
  43. sendmail expert to form an opinion on this -- why would a host under
  44. normal circumstances open multiple TCP circuits to the same socket on
  45. the same host automatically?  I could see this as normal is a real
  46. human opens multiple FTP or telnet sessions, but there would seem to
  47. be no merit to this kind of behavior for SMTP.  All pieces of mail for
  48. mailboxes at any particular host ought to be sent sequentially over
  49. one TCP circuit to the SMTP server socket, shouldn't they?
  50.  
  51. -- Mike Bilow, mikebw@ids.net
  52.                N1BEE @ WA1PHY.#EMA.MA.USA.NA
  53.  
  54. ------------------------------
  55.  
  56. Date: Fri, 24 Sep 93 11:33:04 CDT
  57. From: andyw@aspen.cray.com (Andy Warner)
  58. Subject: backoff bugs
  59. To: MIKEBW@ids.net (Mike Bilow)
  60.  
  61. > Yes, attaching time outs to the server sockets for non-activity was the
  62. > original idea under discussion.  There would have to be some minor
  63. > changes made to the TCP control block structure to hold the time of
  64. > last activity, but that is comparatively minor.
  65.  
  66. Why does this need a change to the TCP control block ? The server
  67. should set an alarm call (or is this unavailable under NOS ?) that
  68. interrupts the read().
  69.  
  70. > As I said, I had some reservations about having NOS close down a TCP
  71. > [...]
  72. > be no merit to this kind of behavior for SMTP.  All pieces of mail for
  73. > mailboxes at any particular host ought to be sent sequentially over
  74. > one TCP circuit to the SMTP server socket, shouldn't they?
  75.  
  76. Due to the way sendmail is written, mail is spooled on a "per
  77. item basis", not a "per host basis", it is not uncommon for me to
  78. see 3 or 4 smtp connections to the same machine from my unix box.
  79. While that is really beside the point, it does serve as a good
  80. example of why you shouldn't start making assumptions about usage
  81. patterns.
  82.  
  83. I repeat - just fix the NOS smtp server (adding the ability to
  84. interrupt a read() by a timer,if necessary.) The FTP server could
  85. probably do with the same kind of treatment. Make the timeouts
  86. configurable, and everyone will be happy (sendmail included.)
  87. -- 
  88. andyw. N0REN/G1XRL
  89.  
  90. andyw@aspen.cray.com Andy Warner, Cray Research, Inc. (612) 683-5835
  91.  
  92. ------------------------------
  93.  
  94. Date: Fri, 24 Sep 93 18:35:59 EDT
  95. From: "Ross Patterson" <n4yyh@wa2hee.ampr.org>
  96. Subject: backoff bugs
  97. To: tcp-group@UCSD.EDU
  98.  
  99. On Fri, 24 Sep 1993 10:59:22 -0400 (ED, Mike Bilow wrote:
  100.  
  101. >                            However -- and I am not enough of a Unix
  102. >sendmail expert to form an opinion on this -- why would a host under
  103. >normal circumstances open multiple TCP circuits to the same socket on
  104. >the same host automatically?  I could see this as normal is a real
  105. >human opens multiple FTP or telnet sessions, but there would seem to
  106. >be no merit to this kind of behavior for SMTP.  All pieces of mail for
  107. >mailboxes at any particular host ought to be sent sequentially over
  108. >one TCP circuit to the SMTP server socket, shouldn't they?
  109.  
  110. That's an implementation decision, and both the TCP and SMTP protocol
  111. specifications are silent on it. If you choose to implement SMTP in
  112. a fashion that requires a separate connection for each piece of mail,
  113. that's your choice.  It's stupid, but legal.
  114.  
  115. "Be liberal in what you accept, conservative in what you send."
  116. -- Jon Postel et al.
  117.  
  118. 73,
  119. Ross N4YYH
  120.  
  121. ------------------------------
  122.  
  123. Date: Fri, 24 Sep 93 15:49:25 CET
  124. From: BARRY TITMARSH <BTITMARS%ESOC.BITNET@vm.gmd.de>
  125. Subject: pmnos new version where ?
  126. To: TCP-GROUP <TCP-GROUP@ucsd.edu>
  127.  
  128. Simple question
  129. what ftp site and what dir ??
  130. is the new pmnos 1.1 to be found.
  131. thanks Barry..
  132.  
  133. ------------------------------
  134.  
  135. Date: 24 Sep 1993 08:48:39 -0500 (EST)
  136. From: Mike Murphree <mike.murphree@stpete.honeywell.com>
  137. Subject: PMNOS Version 1.1
  138. To: tcp-group@ucsd.edu
  139.  
  140. Sounds like the rest of you are getting further than I am...
  141.  
  142. One question though, are you using it over wire links or radio?
  143.  
  144. Anytime I try a telnet/tty to someone else the TNC sends out frames
  145. but no response...
  146.  
  147. Thanks Lyman, I received your autoexec.nos file. Looks like you have
  148. some of the same problems that I do:
  149.  
  150. Will not except "ax25 digi on", in fact crashes during load if in autoexec.
  151.  
  152. Not confirmed, but no forward server.
  153.  
  154. You are using netrom exclusively, we've purged our local netrom thanks to X1J,
  155. maybe this is why you can make connects and I can't.
  156.  
  157. Its funny that the "isat" command is still supported, OS/2 doesn't run on XTs.
  158.  
  159. I downloaded the source and have the IBM C/Set++ compiler, maybe I can rebuild
  160. it and get better results.
  161.  
  162.   ******************************************************
  163.   * 73 de Mike, N4CNW@W4DPH.#TPA.FL.USA.NA             *
  164.   *    Amprnet: n4cnw@n4cnw.ampr.org [44.98.0.151]     *
  165.   *   Internet: mike.murphree@stpete.honeywell.com     *
  166.   ******************************************************
  167.  
  168. ------------------------------
  169.  
  170. Date: Fri, 24 Sep 1993 10:51:38 -0400 (EDT)
  171. From: MIKEBW@ids.net (Mike Bilow)
  172. Subject: PMNOS Version 1.1
  173. To: kf5mg@vnet.IBM.COM, tcp-group@ucsd.edu
  174.  
  175. All of the newer NOS variants are starting a session when they send a ping,
  176. and do not trace inside a session.  So, when the ping command is given,
  177. the console is switched to a session virtual console where the ping lives,
  178. the ping frame is sent, and then the session virtual console is closed.
  179. The effect is that you never trace the first ping.  This is the behavior
  180. in JNOS, so I assume it simply carried over into PMNOS.
  181.  
  182. The "stat" command develops its list of open files throught the use of an
  183. undocumented facility in MS-DOS.  As a matter of fact, running the DOS
  184. version of N1BEE NOS in an OS/2 DOS window will generate a message that
  185. says that the files list is unavailable under OS/2 DOS emulation.  I
  186. don't know if there is any way for an OS/2 program to find out the names
  187. of open files on a global basis, but I doubt that there is.
  188.  
  189. -- Mike Bilow, mikebw@ids.net
  190.                N1BEE @ WA1PHY.#EMA.MA.USA.NA
  191.  
  192. ------------------------------
  193.  
  194. Date: Fri, 24 Sep 93 12:24:04 EST
  195. From: kz1f@kz1f.hdn.legent.com
  196. Subject: PMNOS Version 1.1
  197. To: tony@mpg.phys.hawaii.edu, tcp-group@ucsd.edu
  198.  
  199. > The mailbox 'operator' command causes a disconnect.  Also, when going into 
  200. > the conference mode from the mailbox, sometimes the connection is immediately
  201. > terminated, sometimes it'll work.  However, an explicit
  202. > 'telnet <local hostname> 3600' from the net prompt will work all the time.
  203.  
  204. Tony, I pretty much documented the operator page problem, and I think the 
  205. mailbox conference is the same thing.
  206. Not only will telnet <host> 3600 work consistently but so will ttylink <host> 
  207. 3600.
  208.  
  209. As I have mentioned earlier, I spent months (not full time) trying to get the 
  210. mailbox functions to work. I have no idea why they dont, but I decided not to 
  211. hold the release any longer than I had.
  212. -Walt
  213.  
  214.  
  215.  
  216. *********************************
  217. *     kz1f@kz1f.ampr.org or     *
  218. *    kz1f@legent.com            *
  219. * The home of OS/2 NOS and PMail*
  220. *********************************
  221.  
  222. ------------------------------
  223.  
  224. Date: 24 Sep 1993 15:00:08 -0500 (EST)
  225. From: Mike Murphree <mike.murphree@stpete.honeywell.com>
  226. Subject: PMNOS Version 1.1
  227. To: tcp-group@ucsd.edu
  228.  
  229.  
  230.  
  231. ------------------------------
  232.  
  233. Date: Fri, 24 Sep 93 22:51:48 EST
  234. From: kz1f@kz1f.hdn.legent.com
  235. Subject: PMNOS Version 1.1
  236. To: tcp-group@ucsd.edu
  237.  
  238. Mike (n4cnw) claims to be having problems as some others of you are.
  239. He claims for instance ax25 digi on crashes the system.  I use it here with 
  240. no problem.
  241. He requested my autoexec. Since I can not reach him directly and this may be of
  242. value to others I am including my autoexec.nos.
  243.  
  244. If this is of no interest to you, sorry for the bandwidth.
  245. -Walt
  246.  
  247. #----------------------------------------------------------------------------
  248. #  - A U T O E X E C . N O S  ***
  249. #----------------------------------------------------------------------------
  250. #
  251. isat on
  252. #
  253. hostname kz1f.ampr.org
  254. #
  255. ax25 mycall kz1f
  256. #
  257. ip address [44.104.0.23]
  258. #
  259. # COM1 KISS
  260. #attach asy 0x3f8 4 ax25 ax0 2048 256 9600
  261. attach asy 0x2f8 4 ax25 ax0 4096 256 9600
  262. #att asy 03f8 1 slip sl0 1024 1024 19200
  263. #
  264. # COM2 SLIP LINK
  265. att asy 03f8 1 slip sl0 3000 1534 19200
  266. #ifconfig sl0 ipaddress xxx.xx.xx.xx netmask 0x0000ffff mtu 1534
  267. #route  add xxx.xx.xx.xx sl0
  268. domain addserver [132.239.1.1]
  269. comm sl0 "ats0=1"
  270. #attach asy 0x3f8 3 slip s10 2048 512 19200
  271. #
  272. # COM2 KISS
  273. # attach asy 0x2f8 3 ax25 ax1 1024 256 4800
  274. #
  275. remote -s cg
  276. start remote
  277. #
  278. #attach netrom
  279. #netrom interface ax0 NSRIIP 192
  280. #netrom nodetimer 1800
  281. #netrom obsotimer 3600
  282. #netrom bcnodes ax0 s10
  283. #netrom alias IPSCIT
  284. #netrom verbose on
  285. #netrom promiscuous on
  286. #
  287. # Timing Parameters for ax0
  288. #
  289. param ax0 1 33 # was 65 / 40 at w1cg
  290. param ax0 2 70 # was 70 / 192 at w1cg
  291. param ax0 3 1 # was 20 / 12 at w1cg
  292. #
  293. domain suffix ampr.org.
  294. #
  295. # Routing Statements
  296. route addprivate default ax0 [44.104.0.2]
  297. route addprivate w1cg-5 ax0
  298. #route addprivate [44.56]/16 ax0 wb6nil
  299. #route add [44.104.0.15] ax0
  300. #route add [44.104.0.19] ax0
  301. #route add [44.104.0.20] ax0
  302. #
  303. #arp publish wa1oaj-2 ax25 wa1oaj
  304. #arp add 44.104.0.5 ax25 w1cg
  305. #arp add 44.255.255.255 ax25 qst-0
  306. #arp add 44.104.0.2 ax25 w1cg-9
  307. #arp add 44.104.0.20 ax25 n1bee
  308. #
  309. tcp mss 216 #was 216
  310. tcp window 8192  #was 432
  311. tcp irtt 10000
  312. ip ttl 32
  313. ip rtimer 60
  314. icmp echo on
  315. icmp trace off
  316. attend off
  317. tcp timertype linear
  318. log \nos\nos.log
  319. start ax25
  320. start smtp
  321. start convers
  322. #popmail addserver giskard.uthscsa.edu 1800 POP3 kz1f kz1f walt
  323. #start pop
  324. #pop mailhost w1cg
  325. #pop user kz1f kz1f
  326. #pop mailbox kz1f
  327. #pop ti 3600
  328. #smtp usemx off
  329. smtp timer 1800
  330. #smtp gateway bbs.wa1phy
  331. smtp trace 0
  332. #start netrom
  333. start ttylink
  334. start telnet
  335. start ftp
  336. start echo
  337. start discard
  338. start finger
  339. smtp maxclients 40
  340. #
  341. # ping 44.104.0.30 60
  342. # ping 44.56.0.64 3600
  343. # ping 44.56.8.113 3600
  344. # ping 44.56.8.115 3600
  345. # ping 44.56.8.116 3600
  346. #
  347. ax25 timertype linear
  348. ax25 blimit 10
  349. ax25 irtt 5000
  350. ax25 digipeat on
  351. ax25 bcinterval 0
  352. ax25 bctext "Converse server running, use telnet function C"
  353. ax25 bc ax0
  354. ax25 maxframe 1
  355. ax25 paclen 256
  356. ax25 retry 10
  357. ax25 window 1024
  358. ax25 t3 0
  359. #
  360. #hopcheck maxttl 16
  361. #hopcheck maxwait 60
  362. #hopcheck queries 4
  363. #hop trace on
  364. #
  365. domain translate no
  366. #
  367. # rip merge on
  368. # rip trace 2
  369. # rip add n2cey 1800 1
  370. # rip add n1btq 1800 1
  371. # rip add wa1oaj 1800 1
  372. # rip add w1cg-3 1800 1
  373. # rip add switch.w1cg-9 1800 1
  374. # rip accept n2cey
  375. # rip accept n1btq
  376. # rip accept wa1oaj
  377. # rip accept w1cg-3
  378. # rip accept switch.w1cg-9
  379. ifconfig ax0 broadcast 44.255.255.255
  380. #ifconfig s10 broadcast 44.255.255.255
  381. rspf mode d
  382. #rspf interface ax0 8 1
  383. #rspf interface s10 8 32
  384. rspf rrhtimer 900
  385. rspf suspecttimer 2000
  386. rspf timer 900
  387. rspf message "OS/2 2.0 and PM NOS for OS/2 running here"
  388. #
  389. motd "OS/2 2.0 and PM NOS running here"
  390. attend on
  391. mbox attend on
  392. # END
  393.  
  394.  
  395. *********************************
  396. *     kz1f@kz1f.ampr.org or     *
  397. *    kz1f@legent.com            *
  398. * The home of OS/2 NOS and PMail*
  399. *********************************
  400.  
  401. ------------------------------
  402.  
  403. Date: Fri, 24 Sep 93 16:53:14 -0700
  404. From: chuckb@babbage.ecs.csus.edu (Chuck Bland)
  405. Subject: RIP
  406. To: tcp-group@ucsd.edu
  407.  
  408. At one time I remember seeing some config notes on RIP and RSPF in NOS.
  409.  
  410. Anyone have pointers where they might be ?
  411.  
  412. CHuck
  413.  
  414. chuckb@babbage.ecs.csus.edu
  415.  
  416. ------------------------------
  417.  
  418. Date: (null)
  419. From: (null)
  420. >   On JNOS, when I do a connect and then switch to the trace
  421. >session, I never see the initial connect request packet get
  422. >sent. It's a timing problem. I do see any retry, connect
  423. >request. Can you see and subsequent connect request get
  424. >sent out?
  425.  
  426.  No, this is after I have started the trace and it has its
  427.  window up. I assumed it was a separate process and would
  428.  update even in the background unlike JNOS.
  429.  
  430. ------------------------------
  431.  
  432. Date: (null)
  433. From: (null)
  434. >What command differences? Its identical to the earlier versions in that
  435. >respect, save bootp and bootpd.
  436.  
  437.  Different from JNOS and some of the other NOS variants, I don't remember
  438.  all the specifics, but some of them were timer and callsign setups for
  439.  the conference server.
  440.  
  441. >> got it running, but it is still not working properly...
  442.  
  443. >excuse me? Works fine here. trace shows all the packets flowing into or out
  444. >of the port. No problem with connects or icmp.
  445.  
  446.  Like I mentioned before it's spitting packets out the TNC, but no response
  447.  from neighboring stations. This is on a 386DX/33 system with OS/2 2.1 &
  448.  jnos1.10x1-9 that has been running successfully for at least 2 months in
  449.  this configuration. The system has 8 meg of RAM and 210 meg of SCSI drive
  450.  space. The TNC is connected to a STB-4 board on COM3 with the standard VCOM
  451.  and COM.SYS drivers.
  452.  
  453.  If I issue the "ax25 digipeat on" command, it gives me all the choices
  454.  for "on", i.e. off 0 1 yes no on n y , etc. If I put the same command in
  455.  the autoexec.nos, it dies when I bring it up. I'm not casting stones here
  456.  Walt, I'm just geniunely having a hard time getting the program to come
  457.  up. I've gotten locked out from the command processor, i.e. PMNOS windows
  458.  will move from front to back as normal, but no response to keyboard input
  459.  in the command window or the 'Exit' command in the 'File' menu. Other
  460.  programs and desktop items continue to operate normally. Maybe a copy of
  461.  your autoexec file would help...
  462.  
  463.  
  464.   ******************************************************
  465.   * 73 de Mike, N4CNW@W4DPH.#TPA.FL.USA.NA             *
  466.   *    Amprnet: n4cnw@n4cnw.ampr.org [44.98.0.151]     *
  467.   *   Internet: mike.murphree@stpete.honeywell.com     *
  468.   ******************************************************
  469.  
  470. ------------------------------
  471.  
  472. End of TCP-Group Digest V93 #248
  473. ******************************
  474. ******************************
  475.